Get Agents by API Key
API Endpoints
Get Agents By API Key
Retrieves all agents associated with a given API key. This is useful for managing multiple agents and checking their configurations.
GET
Get Agents by API Key
Documentation Index
Fetch the complete documentation index at: https://docs.lyzr.ai/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint:
GET/v3/agents/
Request Headers:
| Header | Type | Required | Description |
|---|---|---|---|
| x-api-key | String | Yes | API key for authentication |
| accept | String | Yes | Expected response format (application/json) |